home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir36 / makv2_6.zip / REBOOT.BAT < prev    next >
DOS Batch File  |  1993-06-17  |  886b  |  35 lines

  1. @echo off
  2. cd\
  3. echo 
  4. echo ╔═════════════════════════════════════════════════════════════════════════╗
  5. echo ║                   Select Config File:                                   ║
  6. echo ╚═════════════════════════════════════════════════════════════════════════╝
  7. echo  
  8. echo                 F1. Regular
  9. echo                 F2. UBBS Multitasking
  10. echo                 F3. Regular UBBS
  11. echo                 F4. Hacking Setup
  12. echo  
  13. c:\funky
  14. if errorlevel 62 goto hack
  15. if errorlevel 61 goto regubbs
  16. if errorlevel 60 goto ubbs
  17. if errorlevel 59 goto reg
  18. :reg
  19. copy config.1 config.sys
  20. copy autoexec.1 autoexec.bat
  21. goto end
  22. :ubbs
  23. copy config.2 config.sys
  24. copy autoexec.2 autoexec.bat
  25. goto end
  26. :regubbs
  27. copy config.3 config.sys
  28. copy autoexec.3 autoexec.bat
  29. goto end
  30. :hack
  31. copy config.4 config.sys
  32. copy autoexec.4 autoexec.bat
  33. goto end
  34. :end
  35. boot